home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / dcube.arc / COPYCUBE.BAT next >
Encoding:
DOS Batch File  |  1985-12-30  |  1.1 KB  |  38 lines

  1. Rem  Notice - A limited license is granted to all user of this program,
  2. Rem  to make copies of this program and distribute them to other users,
  3. Rem  provided that no fee (or other consideration) is to be charged for
  4. Rem  copying or distributing the program without a written agreement
  5. Rem  with Dorn W. Stickle.  A similiar notice is display when the program
  6. Rem  is brought up for the first time and once a month thereafter.
  7.  
  8. Rem              Copyright(c)  1985   Dorn W. Stickle
  9.  
  10.  
  11.  
  12. Rem                               Have a good day!
  13.  
  14.  
  15. Rem                                        Dorn............
  16.  
  17. pause
  18.  
  19. Rem * * * Ready to copy......
  20.  
  21. Rem * * * Make sure that the D-Cube disk is in `A' drive and a blank
  22. Rem       formatted disk is in `B' drive.
  23.  
  24. Copy *.* B:
  25. Del B:D-Cube.Dir
  26. Del B:D-Cube.Key
  27. Del B:D-Cube.Fig
  28. Del B:D-Cube.Log
  29.  
  30. Rem * * * Please make sure that you have provided a copy of the documentation
  31. Rem       to the person you are making a copy for.
  32.  
  33.  
  34. Rem                                 Have a good day!
  35.  
  36.  
  37. Rem                                       Dorn........
  38.